[INFO] fetching crate xhci 0.9.2...
[INFO] fixing xhci-0.9.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate xhci 0.9.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate xhci 0.9.2
[INFO] finished tweaking crates.io crate xhci 0.9.2
[INFO] tweaked toml for crates.io crate xhci 0.9.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate xhci 0.9.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] [stderr]       Adding num-derive v0.3.3 (available: v0.4.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 397f009995b882a8753044d1b25326723d3fdddf0d5846dd206f0cd03851e7f1
[INFO] running `Command { std: "docker" "start" "397f009995b882a8753044d1b25326723d3fdddf0d5846dd206f0cd03851e7f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "397f009995b882a8753044d1b25326723d3fdddf0d5846dd206f0cd03851e7f1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "397f009995b882a8753044d1b25326723d3fdddf0d5846dd206f0cd03851e7f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "397f009995b882a8753044d1b25326723d3fdddf0d5846dd206f0cd03851e7f1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking accessor v0.3.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking xhci v0.9.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/registers/doorbell.rs (1 fix)
[INFO] [stderr]        Fixed src/extended_capabilities/mod.rs (2 fixes)
[INFO] [stderr]        Fixed src/registers/mod.rs (1 fix)
[INFO] [stderr]        Fixed src/ring/trb/event.rs (2 fixes)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/extended_capabilities/xhci_local_memory.rs (1 fix)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/registers/capability.rs (2 fixes)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/registers/operational.rs (3 fixes)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/context/macros.rs (3 fixes)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/extended_capabilities/usb_legacy_support_capability.rs (1 fix)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/registers/runtime.rs (2 fixes)
[INFO] [stderr]        Fixed src/extended_capabilities/xhci_message_interrupt.rs (1 fix)
[INFO] [stderr]        Fixed src/extended_capabilities/debug.rs (2 fixes)
[INFO] [stderr]        Fixed src/macros.rs (8 fixes)
[INFO] [stderr]        Fixed src/extended_capabilities/xhci_supported_protocol.rs (1 fix)
[INFO] [stderr]        Fixed src/ring/trb/mod.rs (8 fixes)
[INFO] [stderr]        Fixed src/ring/trb/transfer.rs (4 fixes)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]   --> src/ring/trb/transfer.rs:36:38
[INFO] [stdout]    |
[INFO] [stdout] 36 |                       $(Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 43 | /         arm!(
[INFO] [stdout] 44 | |             Normal,
[INFO] [stdout] 45 | |             SetupStage,
[INFO] [stdout] 46 | |             DataStage,
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | |             Noop
[INFO] [stdout] 52 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]    = note: this warning originates in the macro `arm` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]    |
[INFO] [stdout] 36 |                     $(&mut Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]   --> src/ring/trb/transfer.rs:60:38
[INFO] [stdout]    |
[INFO] [stdout] 60 |                       $(Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 67 | /         arm!(
[INFO] [stdout] 68 | |             Normal,
[INFO] [stdout] 69 | |             SetupStage,
[INFO] [stdout] 70 | |             DataStage,
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | |             Noop
[INFO] [stdout] 76 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]    = note: this warning originates in the macro `arm` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     $(&mut Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]   --> src/ring/trb/transfer.rs:36:38
[INFO] [stdout]    |
[INFO] [stdout] 36 |                       $(Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 43 | /         arm!(
[INFO] [stdout] 44 | |             Normal,
[INFO] [stdout] 45 | |             SetupStage,
[INFO] [stdout] 46 | |             DataStage,
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | |             Noop
[INFO] [stdout] 52 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]    = note: this warning originates in the macro `arm` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]    |
[INFO] [stdout] 36 |                     $(&mut Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]   --> src/ring/trb/transfer.rs:60:38
[INFO] [stdout]    |
[INFO] [stdout] 60 |                       $(Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 67 | /         arm!(
[INFO] [stdout] 68 | |             Normal,
[INFO] [stdout] 69 | |             SetupStage,
[INFO] [stdout] 70 | |             DataStage,
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | |             Noop
[INFO] [stdout] 76 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]    = note: this warning originates in the macro `arm` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     $(&mut Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: xhci v0.9.2 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking xhci v0.9.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 <https://rust-lang.github.io/rfcs/3535-constants-in-patterns.html> for more information
[INFO] [stdout]   --> src/lib.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pointer_structural_match,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 <https://rust-lang.github.io/rfcs/3535-constants-in-patterns.html> for more information
[INFO] [stdout]   --> src/lib.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pointer_structural_match,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/command.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / allowed! {
[INFO] [stdout]   9 | |     /// TRBs which are allowed to be pushed to the Command Ring.
[INFO] [stdout]  10 | |     enum {
[INFO] [stdout]  11 | |         /// Link TRB
[INFO] [stdout] ...   |
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]   --> src/ring/trb/transfer.rs:36:38
[INFO] [stdout]    |
[INFO] [stdout] 36 |                       $(Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 43 | /         arm!(
[INFO] [stdout] 44 | |             Normal,
[INFO] [stdout] 45 | |             SetupStage,
[INFO] [stdout] 46 | |             DataStage,
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | |             Noop
[INFO] [stdout] 52 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]    = note: this error originates in the macro `arm` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]    |
[INFO] [stdout] 36 |                     $(&mut Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]   --> src/ring/trb/transfer.rs:60:38
[INFO] [stdout]    |
[INFO] [stdout] 60 |                       $(Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 67 | /         arm!(
[INFO] [stdout] 68 | |             Normal,
[INFO] [stdout] 69 | |             SetupStage,
[INFO] [stdout] 70 | |             DataStage,
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | |             Noop
[INFO] [stdout] 76 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]    = note: this error originates in the macro `arm` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     $(&mut Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/event.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Event Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Transfer Event TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:148:40
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           Self::$variant(ref mut v) => {
[INFO] [stdout]     |                                          ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         &mut Self::$variant(ref mut v) => {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                       $( Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 160 |                     $( &Self::$variant(ref v) => v.cycle_bit() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/ring/trb/mod.rs:175:39
[INFO] [stdout]     |
[INFO] [stdout] 175 |                       $( Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ring/trb/transfer.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | / allowed! {
[INFO] [stdout]  10 | |     /// TRBs which are allowed to be pushed to the Transfer Ring.
[INFO] [stdout]  11 | |     enum {
[INFO] [stdout]  12 | |         /// Normal TRB.
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `allowed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 175 |                     $( &Self::$variant(ref v) => v.as_ref() ),+
[INFO] [stdout]     |                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]   --> src/ring/trb/transfer.rs:36:38
[INFO] [stdout]    |
[INFO] [stdout] 36 |                       $(Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 43 | /         arm!(
[INFO] [stdout] 44 | |             Normal,
[INFO] [stdout] 45 | |             SetupStage,
[INFO] [stdout] 46 | |             DataStage,
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | |             Noop
[INFO] [stdout] 52 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]    = note: this error originates in the macro `arm` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]    |
[INFO] [stdout] 36 |                     $(&mut Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]   --> src/ring/trb/transfer.rs:60:38
[INFO] [stdout]    |
[INFO] [stdout] 60 |                       $(Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                                        ^^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 67 | /         arm!(
[INFO] [stdout] 68 | |             Normal,
[INFO] [stdout] 69 | |             SetupStage,
[INFO] [stdout] 70 | |             DataStage,
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | |             Noop
[INFO] [stdout] 76 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]    = note: this error originates in the macro `arm` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     $(&mut Self::$variant(ref mut x)=>{
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xhci` (lib) due to 14 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `xhci` (lib test) due to 14 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "397f009995b882a8753044d1b25326723d3fdddf0d5846dd206f0cd03851e7f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "397f009995b882a8753044d1b25326723d3fdddf0d5846dd206f0cd03851e7f1", kill_on_drop: false }`
[INFO] [stdout] 397f009995b882a8753044d1b25326723d3fdddf0d5846dd206f0cd03851e7f1
